home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Magazine / UsingPDF / GhostScript / source / gs5.10 / dvx-head.mak < prev    next >
Encoding:
Text File  |  1996-04-18  |  1.7 KB  |  71 lines

  1. #    Copyright (C) 1994, 1996 Aladdin Enterprises.  All rights reserved.
  2. # This file is part of Aladdin Ghostscript.
  3. # Aladdin Ghostscript is distributed with NO WARRANTY OF ANY KIND.  No author
  4. # or distributor accepts any responsibility for the consequences of using it,
  5. # or for whether it serves any particular purpose or works at all, unless he
  6. # or she says so in writing.  Refer to the Aladdin Ghostscript Free Public
  7. # License (the "License") for full details.
  8. # Every copy of Aladdin Ghostscript must include a copy of the License,
  9. # normally in a plain ASCII text file named PUBLIC.  The License grants you
  10. # the right to copy, modify and redistribute Aladdin Ghostscript, but only
  11. # under certain conditions described in the License.  Among other things, the
  12. # License requires that the copyright notice and this notice be preserved on
  13. # all copies.
  14.  
  15. # Partial makefile, common to all Desqview/X configurations.
  16.  
  17. # This part of the makefile gets inserted after the compiler-specific part
  18. # (xxx-head.mak) and before gs.mak and devs.mak.
  19.  
  20. # ----------------------------- Generic stuff ----------------------------- #
  21.  
  22. # Define the platform name.
  23.  
  24. PLATFORM=dvx_
  25.  
  26. # Define the syntax for command, object, and executable files.
  27.  
  28. CMD=.bat
  29. O=-o ./
  30. OBJ=o
  31. XE=.exe
  32. XEAUX=.exe
  33.  
  34. # Define the current directory prefix and command invocations.
  35.  
  36. CAT=type
  37. D=\\
  38. EXP=
  39. SHELL=
  40. SH=
  41. SHP=
  42.  
  43. # Define generic commands.
  44.  
  45. CP_=cp
  46. RM_=rm -f
  47.  
  48. # Define the arguments for genconf.
  49.  
  50. CONFILES=-p -pl &-l%%s -ol ld.tr
  51.  
  52. # Define the compilation rules and flags.
  53.  
  54. CCFLAGS=$(GENOPT) $(CFLAGS)
  55.  
  56. .c.o: $(AK)
  57.     $(CCC) $*.c
  58.  
  59. CCCF=$(CCC)
  60. CCD=$(CCC)
  61. CCINT=$(CCC)
  62.  
  63. # Patch a couple of PC-specific things that aren't relevant to DV/X builds,
  64. # but that cause `make' to produce warnings.
  65.  
  66. BGIDIR=***UNUSED***
  67. PCFBASM=
  68.